home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
gas
/
gassrc04.zoo
/
stack.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-04-27
|
191 b
|
11 lines
/* stack def for atari version */
#ifndef CROSSATARI
#ifndef atariminix
#ifdef atarist
long _stksize = -1L;
unsigned long __DEFAULT_BUFSIZ__ = 64*1024L; /* why not ! */
#endif
#endif
#endif